home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / pc / prv-f.dxr / Buttons_14.ls < prev    next >
Encoding:
Text File  |  2002-01-09  |  124 b   |  12 lines

  1. on mouseEnter me
  2.   sprite(15).visible = 1
  3. end
  4.  
  5. on mouseLeave me
  6.   sprite(15).visible = 0
  7. end
  8.  
  9. on mouseUp me
  10.   go(#next)
  11. end
  12.